﻿/*** Error and success message boxes ***/
.error-message
{
	border:solid 1px #fdc7cb;
	background-image: url(../images/invalid.png);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-color: #FFF1F2;
	color: #C0392B;
	padding:15px 15px 15px 40px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.succes-message
{
	border:solid 1px #d6e9c6;
	background-image: url(../images/valid.png);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-color: #d6e9c6;
	color: #3c763d;
	padding:15px 15px 15px 40px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.info-message
{
	border:solid 1px #ccf3ff;
	background-image: url(../images/info.png);
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-color: #f0f9ff;
	color: #007dbc;
	padding:15px 15px 15px 40px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.warning-message
{
	border:solid 1px #fbeed5;
	background-image: url(../images/warning-message-icon.png); 
	background-position: 12px 50%;
	background-repeat: no-repeat;
	background-color: #fcf8e3;
	color: #c09853;
	padding:15px 15px 15px 40px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.note-message{
	margin: 10px 0px 10px 0;
	padding: 12px 20px 12px 48px;
	background-image: url(../images/info.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	border: solid 1px #eee;
	font-size:12px;
}

/*** menuitems buttons ***/
.duplicatebutton, .renamebutton, .moveupbutton, .movedownbutton, .minusbutton, .addbutton{margin-top:0 !important}
.group-btn
{
    padding:4px 0 0 0
}
.minusbutton
{
	border-left:none !important;
	border-right:none !important;
}
.duplicatebutton, .moveupbutton
{
	border-right:none !important;
}
.addbutton
{
	cursor:pointer;
	border:solid 1px #ccc;
	width:26px;
	height:26px;
	background: #fff url(../images/addbutton.png) no-repeat;
	background-position:center;
	float:left;
}
.addbutton:hover
{
    background: #f5f5f5 url(../images/addbutton.png) no-repeat;
    background-position:center;
}

.minusbutton
{
	cursor:pointer;
	border:solid 1px #ccc;
	width:26px;
	height:26px;
	background: #fff url(../images/minusbutton.png) no-repeat;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
}
.minusbutton:hover
{
    background: #f5f5f5 url(../images/minusbutton.png) no-repeat;
    background-position:center;
}

.duplicatebutton
{
	cursor:pointer;
	border:solid 1px #ccc;
	width:26px;
	height:26px;
	background: #fff url(../images/duplicate.png) no-repeat;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
}
.duplicatebutton:hover
{
    background: #f5f5f5 url(../images/duplicate.png) no-repeat;
    background-position:center;
}

.renamebutton
{
	cursor:pointer;
	border:solid 1px #ccc;
	width:26px;
	height:26px;
	background:url(../images/rename.png) #fff;
	background-repeat:no-repeat !important;
	background-position:center;
	float:left;
}
.renamebutton:hover
{
    background: #f5f5f5 url(../images/rename.png) no-repeat;
    background-position:center;
}

 .moveupbutton
{
	cursor:pointer;
	border:solid 1px #ccc !important;
	width:26px !important;
	height:26px !important;
	background: #fff url(../images/moveup.png) no-repeat !important;
	background-position:center !important;
	float:left;
	border-right:none !important;
}
.moveupbutton:hover
{
    background: #f5f5f5 url(../images/moveup.png) no-repeat !important;
    background-position:center !important;
}

.movedownbutton
{
	cursor:pointer;
	border:solid 1px #ccc !important;
	width:26px !important;
	height:26px!important;
	background: #fff url(../images/movedown.png) no-repeat !important;
	background-position:center !important;
}
.movedownbutton:hover
{
    background: #f5f5f5 url(../images/movedown.png) no-repeat !important;
    background-position:center !important;
}

/*** Sidebox and Boxhead ***/
.sidebox {
	margin: 0 auto;
	width: 100% !important;
	background: url(../images/sbbody-r.gif) no-repeat bottom right ;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right ;
	margin: 0;
	padding: 0;
	text-align: left;
	display:none;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
	/*background: url(../images/sbbody-l.gif) no-repeat bottom left;*/
	background:#f3f4f3 !important;
	margin: 10px 0 !important;
	padding: 5px 10px !important;
}


/*** login form ***/
.login_table{float:left}

/*** myapplicationview > webapp publish button ***/
.submissionbuttonwebapp {
	background: url(../images/submission_btn_webapp.png) no-repeat top left;
	width: 268px;
	height: 56px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	border: solid 0px #fff;
}
.unpublisgbuttonwebapp {
	background: url(../images/unpublish_btn_webapp.png) no-repeat top left;
	width: 268px;
	height: 56px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	border: solid 0px #fff;
}
.appsetting-title{border-bottom:solid 1px #eee;width:260px}
.appsetting-image{border-right:none !important}
.appsetting-image img{vertical-align:middle;padding:2px;border:0;height:48px;width:48px;}
.app_dashboard tr:hover{background:#F5F4F5}
.mini-dashboard-icon{width:16px; vertical-align:middle; margin:4px}

/*** order > credit card details section***/
.card-details
{
	position: relative;
	top: -482px;
	left: 380px;
	width: 450px;
	padding-left: 40px;
}

/*** applicationview ***/
.section-title2
{
	color:#444;
	font-weight:bold;
	padding:20px 0;
	border-bottom:solid 1px #eee;
	text-align:left;
}
.section-title2 img
{
	vertical-align:middle;
	width:24px;
	height:24px;
	border:0;
	margin:-6px 0;
}
.divider-solid-line{margin:15px 0; border-bottom:solid 1px #eee;height:1px;}
.divider-dashed-line{margin:15px 0; border-bottom:dashed 1px #eee;height:1px;}
.divider-or {
    display: inline-block;
    background: #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    color: #777;
    text-align: center;
}
.box-shadow
{
	box-shadow: 0 0 7px 1px #aaa;
	-webkit-box-shadow: 0 0 7px 1px #aaa;
	-moz-box-shadow: 0 0 7px 1px #aaa;
}
.page-footer
{
    border-top: solid 1px #eee;
    padding: 15px 0 5px;
}
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    vertical-align: middle;
    border:0;
}
.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: none;
    -webkit-filter: grayscale(0%);
    vertical-align: middle;
    border:0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.applicationview-top-apps img{margin:0 2px 6px 0}

/*** myapplicationadd ***/
.splash-preview {
	width: 300px;
	overflow: hidden;
}
.splash-preview-img {
	border:0;
	width: 220px;
	position:absolute;
	top:83px;
	left:60px;
}

/*****************************/
/*** breadcrumb navigation ***/
/*****************************/
.breadcrumb-navigation {
	padding: 21px 0px 20px;
	margin: 0 0px 0px 0;
	list-style: none;
	border-bottom:solid 1px #EEEEEE;
}
.breadcrumb-navigation > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.breadcrumb-navigation > li > a {text-decoration:none;font-size:13px;}
.breadcrumb-navigation > li > a:hover {text-decoration:underline}
.breadcrumb-navigation > li > .divider-span {color: #ccc;padding: 0 5px;}
.breadcrumb-navigation > .active {color: #999999;}

/*************************/
/*** Wizard Navigation ***/
/*************************/
.wizard-navigation {
	padding: 5px 0px 4px;
	margin: -1px 0px 0px 0;
	list-style: none;
	border-bottom:solid 1px #EEEEEE;
	border-top: solid 1px #fff;
}
.wizard-navigation > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
	/*-webkit-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);*/
}
.wizard-navigation > li > a 
{
    text-decoration:none;
    font-size:13px;
    padding: 5px 20px;
    color: #999;
    background: #f6f6f6;
    border: solid 1px #eee;
    border-bottom: none;
    -moz-box-shadow: inset 0px -3px 3px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0px -3px 3px -2px rgba(0,0,0,.1);
    box-shadow: inset 0px -3px 3px -2px rgba(0,0,0,.1);
    /*-webkit-transform: skew(45deg, 0deg) !important;
       -moz-transform: skew(45deg, 0deg) !important;
        -ms-transform: skew(45deg, 0deg) !important;
         -o-transform: skew(45deg, 0deg) !important;
            transform: skew(45deg, 0deg) !important;*/
}

.wizard-navigation > li > a:hover {text-decoration:underline}
.wizard-navigation > li.active-nav a
{
    color: #999999;
    background: #fff;
    color: #232323;
    -moz-box-shadow: 2px -2px 3px -1px rgba(0,0,0,.05);
    -webkit-box-shadow: 2px -2px 3px -1px rgba(0,0,0,.05);
    box-shadow: 2px -2px 3px -1px rgba(0,0,0,.05);
}
.wizard-navigation > li.active-nav a:hover{text-decoration: none}
.wizard-navigation > li > a > span {font-weight: bold;}

/*****************/
/*** Simulator ***/
/*****************/
.backbar, .backbariPhone, .backbarAndroid, .backbariPad, .backbarKindle
{
	z-index:1099;
	position:absolute;
	left:0px;
	top:0px;
	padding-left:10px;
	width:326px;
	height:44px;
	background-color:#292929;
	overflow-y:scroll;
	background-repeat: repeat-x;
}

/*** rewrite fancybox close button ***/
.fancybox-close
{
	position:fixed !important;
	top: 15px !important;
	right: 30px !important;
	width: 45px !important;
	height: 45px !important;
	background: url(../images/fancy-close-btn.png) no-repeat left top !important;
}
.fancybox-close:hover
{
	background: url(../images/fancy-close-btn.png) no-repeat left bottom !important;
}
.fancybox-overlay {z-index: 10000  !important;}
#toplayer{background: url(../images/fancybox_overlay.png) repeat; opacity:1 !important; background-color:transparent !important; position:fixed !important}

#codediv .CodeMirror {
    height: 100%;
}

#deAttachedEditDialog .CodeMirror {
    height: 100%;
}

#deAttachedEditDialog .CodeMirror-scroll {
    height: 100%;
}

/*** Table Settings ***/
table.table-settings-header
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border:solid 1px #ddd;
    border-bottom:none;
	background-color:#DBDDDE;
	/*border-bottom: solid 1px #ccc;*/
	font-size:12px;
	color:#444;
	font-weight: bold;
	cursor:default;
	width:100%;
	/*border-bottom: 1px solid #E3E3E3;*/
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

div.table-settings-header
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border:solid 1px #ddd;
    border-bottom:none;
	background-color:#DBDDDE;
	/*border-bottom: solid 1px #ccc;*/
	font-size:12px;
	color:#444;
	padding:8px 10px;
	font-weight: bold;
	cursor:default;
	width:100%;
	box-sizing: border-box;
	/*border-bottom: 1px solid #E3E3E3;*/
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #F3F3F3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#F3F3F3));
    background: -webkit-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0%,#F3F3F3 100%);
    background: linear-gradient(to bottom, #F9F9F9 0%,#F3F3F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
}

.table-settings
{
    border:solid 1px #ddd;
    overflow-y:auto;
    overflow-x: hidden;
}
.table-settings > table
{
    border-spacing:0 !important;
}

.section-header
{
    padding: 10px 15px;
    color: #444;
    background: #ccc;
    border-bottom: solid 1px #bbb;
    font-weight: bold;
    font-size: 12px;
    color: #444;
}
.border-radius-top
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;    
}
.greenbutton[disabled]
{
	opacity:.55 !important;
	-ms-filter: “alpha(opacity=55)” !important;
	filter: alpha(opacity=55) !important;
	-khtml-opacity: .55 !important;
	-moz-opacity: .55 !important;
	cursor:default !important;
	color:#999 !important;
	background: #d3d9dd !important;
	border-color: #d3d9dd !important;
}
.greenbutton[disabled]:hover
{
    background: #d3d9dd !important;
}

/*** LAYOUT EDITOR ***/
.layout-editor-double{height:400px !important; background: url(/images/bk-squared-metal.png) center #fcfcfc !important}
.layout-editor-double .layout-editor-tabs-container
{
    margin: 0 15px 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    margin-top: -20px;
    
}
.layout-editor-double .editor-header:nth-child(1){background: #e3e3e3; border-bottom: solid 1px #d6d6d6;z-index: 8;position: relative;}
.layout-editor-double #layout-editor-tabs .ui-tabs-nav{min-height: 320px;}
.layout-editor-double #layout-tab-menuitem .menu-item-inputs .wrapper{padding-top:5px;text-align:left}
.layout-editor-double .layout-editor-tabs-container{width: 480px;}
.layout-editor-double .editor-header-menu-item
{
    margin-bottom: -20px;
    padding: 20px 15px !important;
   
}
.layout-editor-double .layout-editor-buttons
{
    position: absolute;
    left: 15px;
    bottom: 8px;
 
}
#layooutEditorField_page{ max-width:175px;}
#layooutEditorField_htmlid{ max-width:175px;}
#layooutEditorField_htmlinfo{ max-width:175px;}
.layout-editor-double #layout-tab-menuitem .duplicate-button
{
    padding:8px 5px 8px 20px;
    width: 100px;
    background-size: 18px;
    font-size: 11px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
}
.layout-editor-double #layout-tab-menuitem .delete-button
{
    padding:8px 5px 8px 20px;
    width: 78px;
    font-size: 11px !important;
    background-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,.1);
}

.layout-editor-container .ellipses {
    margin: 0 0 0 -1px;
    float: left;
    cursor: pointer;
    border: solid 1px #d6d6d6;
    width: 26px;
    height: 23px;
    background: url(/images/icon-edit.png) no-repeat #e6e6e6;
    background-position: 6px 5px;
    background-size: 12px;
    vertical-align: middle;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    
}
.combobox-widget
{
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.layout-editor-tabs-container {
    width: 500px;
	float: right;
	border: none;
	border: 0px solid #DDD;
	border-width: 1px 0 0 1px;
}
.layout-editor-container {
	height: 362px;
	margin-left: 0px;
	overflow-y: hidden;
	background: #fcfcfc;
}
.layout-editor-container select{
    background: #dfdfdf;
    border: solid 1px #d3d3d3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4px 2px;
    text-align: center;
    width:26px;
    margin: 0 0 0 -1px;
    cursor: pointer;
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}
.layout-editor-container select:hover{border-color: #ccc; background: #d5d5d5;}

.layout-editor-container input[disabled], .layout-editor-container input[disabled]:hover, .layout-editor-container input[disabled]:focus, .layout-editor-container select[disabled]{
  color:#aaa;
  border: solid 1px #f2f2f2 !important;
}
.layout-editor-container select[disabled]
{
    background: #f5f5f5;
    cursor:default;
    max-width:160px;
}

.layout-editor-container .ellipseseditor{
    border: solid 1px #d6d6d6;
    padding: 2px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin:0;
    height: 17px;
}

#layout-editor-tabs {
    padding: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
#layout-editor-tabs .ui-tabs-vertical {
    width: 55em;
}
#layout-editor-tabs .ui-tabs-nav {
    padding: 0;
    float: left;
    width: 12em;
    min-height: 333px;
    height: 100%;
    border-right: 0 !important;
    background: url(../images/background-angled.png) #f5f5f5;
    border-right: solid 1px #F9F9F9 !important;
}
#layout-editor-tabs .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0;
    top:0;
    border-bottom: solid 1px #e7e7e7 !important;
    -webkit-box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
    -moz-box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
    box-shadow: inset -3px 0px 5px -2px rgba(0,0,0,.1);
}
#layout-editor-tabs .ui-tabs-nav li:first-child {border-top:none !important}
#layout-editor-tabs .ui-tabs-nav li.ui-state-active 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    box-shadow: 0 -6px 4px -4px rgba(0,0,0,.05), 0 5px 4px -5px rgba(0,0,0,.1);
    z-index: 7;
}
#layout-editor-tabs .ui-tabs-nav li a {
    display:block;
}
#layout-editor-tabs .ui-tabs-nav li a:hover {
    text-decoration:underline;
}
#layout-editor-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
    border-right-width: 1px;
}
#layout-editor-tabs .ui-tabs-panel {
    padding: 15px 5px;
    float: right;
    width: 330px;
}
#layout-tab-menuitem {
	float: left;
	width: 210px;
	text-align: center;
	padding: 5px 0 0 5px;
	position: relative;
	height: 337px;
}
.e-element-editor {
    display:none;
    padding: 1px 2px !important;
    margin-left: -2px;
    height: auto !important;
}
.e-element-editor label {
    display: inline-block;
	min-width: 121px;
}
.e-element-editor .CodeMirror {
    width: 100%;
    height: 100%;
}
.e-element-editor .CodeMirror-scroll {
    height: 100%;
    overflow: hidden;
}
.e-element-editor .CodeMirror-code pre {
	word-wrap: break-word;
	word-break: break-word;
}
.e-element-editor .editor-header {
	border-bottom: 1px solid #DDD;
}
.e-element-editor .editor-header, .e-element-editor .editor-header-menu-item {
	padding: 3px 10px 0px 10px;
	height: 25px;
	font-family: Sans-Serif;
	color:#666;
}
.e-element-editor .delete-button {
	font-size:10px !important;
	background-image:url(../images/icon-close-black.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:12px;
	/*padding: 3px 12px 3px 24px !important;*/
	width:115px;
}
.e-element-editor .duplicate-button {
	font-size:10px !important;
	background-image:url(../images/duplicate.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	background-size:12px;
	/*padding: 3px 12px 3px 24px !important;*/
	width:115px;
	margin:0 0 3px 0;
}
.e-element-editor-dialog-footer {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.e-element-editor-dialog-footer button, .editor-header button {
	margin: .1em .1em .1em .4em !important;
	padding: 6px 12px !important;
}
.menu-item-inputs {
	display: inline-block;
	text-align: center;
	max-height: 286px;
    width: 202px;
	overflow-y: auto;
	text-align: initial;
	margin-right: -10px;
}
.menu-item-inputs .wrapper label {
	display: block;
	margin-bottom: 4px;
}
.style-inputs .wrapper label {
	text-align: right;
	margin-right: 7px;
}
.style-inputs .wrapper, .menu-item-inputs .wrapper {
	margin-bottom: 3px;
}
.style-inputs .ellipses, .menu-item-inputs .ellipses {
	vertical-align:top;
	float: none;
}
.style-inputs input[type="text"], .menu-item-inputs input[type="text"], .style-inputs input[type="number"] {
	margin: 0;
	padding: 0;
	height: 17px;
	border: solid 1px #d6d6d6;
    padding: 2px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.colpick {
    z-index: 99999;
}
.e-element-editor .duplicate-button, .e-element-editor .delete-button, .e-element-editor .apply-button, .e-element-editor .cancel-button {
	padding: 5px 12px;
}
.ui-dialog-buttonset button{outline:0; margin:2px !important}

/*** Layout Editor > submenu ***/
.arrow-center{text-align: center; margin: 15px 0px 0 -8px; float:left}
.element_table{position:relative; background: url(/images/bk_layout_arrowcorner.png) no-repeat right 1px bottom 1px}
.element_hover{background: #eee;}
.element_hover > .edittexttoolboxitem{border-bottom:solid 1px #ccc}
.nav-menu{display: none; position: absolute; z-index: 999999999; background: url(/images/background-angled.png) #fff !important; right: -253px; top: -1px; width: 251px; border: solid 1px #ccc; border-left: none;}
.nav-menu .edittexttoolboxitem{float:left; background: white;}
.nav-menu .edittexttoolboxitem:hover{background-color: #eee !important;}
.nav-menu .first-item{border-left: none}
.nav-menu .first-item:hover{border-left: none}

/*** IMAGE TOOLTIP > PAGE.ASPX ***/
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
#screenshot img{width:180px;}

.screenshot{
	text-decoration:none;
	color:#393939 !important;
}
.screenshot:hover{
	text-decoration:none;
    color:#000 !important;
}

/*** VERTICAL TABS ***/
.ui-tabs-vertical { 
    width: 100%;
    padding:0;
    border: none;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.ui-tabs-vertical .ui-tabs-nav { padding: 0 0 1px 0; float: left; border:none; background:none; margin:-1px 0 0 0}
.ui-tabs-vertical .ui-tabs-nav li {
    clear: left; width: 100%;
    border-top: solid 1px #fafafa !important;
    border-bottom: solid 1px #e7e7e7 !important;
    border-right-width: 0 !important;
    border-left:solid 1px #fafafa !important;
    margin: 0;
    background: #f5f5f5;
}
.ui-tabs-vertical .ui-tabs-nav li a {text-align:left; color:#666; display:block; padding:20px 30px 20px 20px; font-size:16px; font-family:Arial,Helvetica,sans-serif; width: 82%;}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 40px; float: right; width: 570px; text-align:left;}
.ui-tabs-vertical .ui-state-active{background:#fff !important; padding:0 !important}
.ui-state-active a {color:#7db701 !important; cursor:pointer !important}
.ui-tabs-vertical .ui-tabs-nav li a img{vertical-align:middle; height:24px; margin:0 8px 0 0}
.ui-tabs-vertical .ui-tabs-nav li a span{vertical-align:middle}
.vertical-tabs-content{
    list-style-type: none;
    color: #666;
    text-shadow: 0px 1px 0px #fafafa;
    line-height: 20px;
    font-size:13px;
    font-family: Arial,Helvetica,sans-serif;
}
.vertical-tabs-content a{color:#0079C1}
.vertical-tabs .no-coding{height:316px; background:url(../images/background-noprogramming.png) center bottom no-repeat}
.vertical-tabs-content .tab-subtitle{font-weight: bold;padding:0 0 12px 0;border-bottom: solid 1px #eee;margin: 5px 0 15px 0}

/*** Rewrite jQ DIALOG ***/
.ui-dialog {
    padding: 0 !important;
    border: none !important;
    background: url(/images/bk-squared-metal.png) center #fcfcfc !important;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 7px 10px !important;
    background: white;
    border: none;
    border-bottom: solid 1px #ccc;
}
.ui-dialog .ui-dialog-content 
{
    margin:0;
    padding: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane
{
    padding: 3px 3px !important;
    border-top: solid 1px #ccc !important;
    margin: 0 !important;
}
.ui-widget-overlay {
    background: url(../images/fancybox_overlay.png) repeat !important;
    opacity: 1 !important;
    background-color: transparent !important;
    position: fixed !important;
}

/*****************/
/* custom Select */
/*****************/
.target-platform .custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: 2px 6px; /* add some space*/
    margin: 0; /* remove default margins */
    cursor: pointer;
    height: auto !important;
}
.target-platform .custom-dropdown__select:focus{outline: none;}
.target-platform .custom-dropdown__select--white {
    background: #eee;
    color: #333;
    font-family: Helvetica, Arial;
}

.target-platform .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.target-platform .custom-dropdown:focus{outline: none;}
.target-platform .custom-dropdown__select {
    padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
    border: solid 1px #e6e6e6 !important;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}

.target-platform .custom-dropdown::before,
.target-platform .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.target-platform .custom-dropdown::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%; margin-top: -.5em;
}

.target-platform .custom-dropdown::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0; top: 0; bottom: 0;
    border-radius: 0 3px 3px 0;
    padding-right: 3px
}

.target-platform .custom-dropdown__select[disabled] {
    color: rgba(0,0,0,.3);
}

.target-platform .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0,0,0,.1);
}

/* White dropdown style */
.target-platform .custom-dropdown--white::before {
    top: .5em; bottom: .5em;
    background-color: #eee;
    color: #fff;
    border-left: 1px solid rgba(0,0,0,.1);
}

.target-platform .custom-dropdown--white::after {
    color: rgba(0,0,0,.9);
}

/* FF only temp fix */
@-moz-document url-prefix() {
    .target-platform .custom-dropdown__select{ padding-right: .9em }
    .target-platform .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
    .target-platform .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
}

.dropdown-select
{
    padding:8px 25px 8px 10px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #fdfdfd;
    color:#888;
    border:1px #ebebeb solid;
    background: url("images/dd_arrow.png") no-repeat #fff 112px 8px;          
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;         
    text-indent: 0.01px;
    text-overflow: ''; 
                     
}
.dropdown-select::-ms-expand {
    display: none;
} 
.dropdown-select.readonly
{
    border:none;
    background:none;
    color:#cccccc;
}

.clear{clear:both}
.truncate
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border-box
{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right{float: right}
.left{float: left}
.loading-indicator
{
    display: inline-block;
    margin: 2px 0 0 5px;
}
.loading-indicator img{height:24px}